home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 23 / Macromedia xRes Versión 2.0 completa (Spain) / MF 23 Gr ficos.bin / xRes 2.0 SE / Access / XresACCESS_SE.Dxr / 00500.ls < prev    next >
Encoding:
Text File  |  1996-04-05  |  184 b   |  11 lines

  1. on exitFrame
  2.   startTimer()
  3.   unLoad(0, marker(0))
  4.   preLoad(marker(0), marker(2))
  5.   repeat while the timer < 180
  6.     if the mouseDown then
  7.       play done
  8.     end if
  9.   end repeat
  10. end
  11.